const encoding/json.tokenObjectComma

5 uses

	encoding/json (current package)
		stream.go#L302: 	tokenObjectComma
		stream.go#L348: 		dec.tokenState = tokenObjectComma
		stream.go#L406: 			if dec.tokenState != tokenObjectStart && dec.tokenState != tokenObjectComma {
		stream.go#L429: 			if dec.tokenState == tokenObjectComma {
		stream.go#L477: 	case tokenObjectComma: